[]
Gets the element at the specified index in the read-only list.
public virtual T this[int index] { get; }
Public Overridable ReadOnly Default Property Item(index As Integer) As T
| Type | Name | Description |
|---|---|---|
| int | index | The index. |
| Type | Description |
|---|---|
| T | The item at the specified position. |